home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
comm
/
irc
/
cybershiela.lha
/
cs
/
cs_when.amirx
< prev
next >
Wrap
Text File
|
1999-09-26
|
1KB
|
45 lines
/* CyberShiela MultiResponse File */
nick=getclip('NICK')
xx=random(1,31,time('s'))
select
when xx=1 then a="Tomorrow at 6:00pm"
when xx=2 then a="In an hour"
when xx=3 then a="In ten minutes"
when xx=4 then a="In less than 2 hours"
when xx=5 then a="It won't happen unless you act now"
when xx=6 then a="In three days"
when xx=7 then a="Today"
when xx=8 then a="Now"
when xx=9 then a="Tonight"
when xx=10 then a="In 1997 sometime"
when xx=11 then a="Three days before the second full moon after your next birthday"
when xx=12 then a="Next week"
when xx=13 then a="In the next year"
when xx=14 then a="Never"
when xx=15 then a="Tomorrow afternoon"
when xx=16 then a="Next month"
when xx=17 then a="In January"
when xx=18 then a="In February"
when xx=19 then a="In March"
when xx=20 then a="In April"
when xx=21 then a="In May"
when xx=22 then a="In June"
when xx=23 then a="In July"
when xx=24 then a="In August"
when xx=25 then a="In September"
when xx=26 then a="In October"
when xx=27 then a="In November"
when xx=28 then a="In December"
when xx=29 then a="Summertime"
when xx=30 then a="Wintertime"
when xx=31 then a="Springtime"
end
modif:
user=nick
old=a
m=length(user);temp=a;x=pos("$1",temp);if x~=0 then do;temp2 = delstr(temp,x,2);old = insert(user,temp2,x-1,m," ");end
temp=old;m=length(channam);x=pos("$chan",temp);if x~=0 then do;temp2 = delstr(temp,x,5);old = insert(channam,temp2,x-1,m," ");end
a=old
'say 'A
exit